aboutsummaryrefslogtreecommitdiffstats
path: root/tools/converter/convert.js
diff options
context:
space:
mode:
authorMark Miller <erights@gmail.com>2011-09-07 23:41:10 -0700
committerMark Miller <erights@gmail.com>2011-09-07 23:41:10 -0700
commit5c054fa41258f844547d8ad4c1da2fb913ff3836 (patch)
tree263d668b15a0631b2d143b5f11595705466cf44b /tools/converter/convert.js
parent0065b15889d0a2ffa7e2ce23be591cadbf2b0c71 (diff)
First checkin of browserPlatform.js, even though it's far from ready.
Diffstat (limited to 'tools/converter/convert.js')
-rw-r--r--tools/converter/convert.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/converter/convert.js b/tools/converter/convert.js
index c7be73ffd..8ebb03de5 100644
--- a/tools/converter/convert.js
+++ b/tools/converter/convert.js
@@ -366,8 +366,8 @@
try {
platform.writeSpawn(
[ME_PATH],
- 't262.convertTest("' + toPathStr(inBase) +
- '", "' + toRelPathStr(nextRelPath) + '")',
+ 'print(t262.convertTest("' + toPathStr(inBase) +
+ '", "' + toRelPathStr(nextRelPath) + '"));',
void 0,
outFilePath);
} catch (err) {
@@ -455,8 +455,8 @@
try {
platform.writeSpawn(
[ME_PATH],
- 't262.asJSONTxt(t262.buildSection("' +
- toPathStr(inPath) + '"))',
+ 'print(t262.asJSONTxt(t262.buildSection("' +
+ toPathStr(inPath) + '")));',
void 0,
outFilePath);
} catch (err) {