Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b7d3a commit ca13841Copy full SHA for ca13841
test/embedding/embedtest.cc
@@ -64,12 +64,12 @@ int RunNodeInstance(MultiIsolatePlatform* platform,
64
65
// Format of the arguments of this binary:
66
// Building snapshot:
67
- // embedtest js_code_to_eval arg1 arg2... \
68
- // --embedder-snapshot-blob blob-path \
+ // embedtest js_code_to_eval arg1 arg2...
+ // --embedder-snapshot-blob blob-path
69
// --embedder-snapshot-create
70
// [--embedder-snapshot-as-file]
71
// Running snapshot:
72
- // embedtest --embedder-snapshot-blob blob-path \
+ // embedtest --embedder-snapshot-blob blob-path
73
74
// arg1 arg2...
75
// No snapshot:
0 commit comments