mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: fix warning for comment in embedtest
PR-URL: https://github.com/nodejs/node/pull/49416 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
This commit is contained in:
@@ -64,12 +64,12 @@ int RunNodeInstance(MultiIsolatePlatform* platform,
|
||||
|
||||
// Format of the arguments of this binary:
|
||||
// Building snapshot:
|
||||
// embedtest js_code_to_eval arg1 arg2... \
|
||||
// --embedder-snapshot-blob blob-path \
|
||||
// embedtest js_code_to_eval arg1 arg2...
|
||||
// --embedder-snapshot-blob blob-path
|
||||
// --embedder-snapshot-create
|
||||
// [--embedder-snapshot-as-file]
|
||||
// Running snapshot:
|
||||
// embedtest --embedder-snapshot-blob blob-path \
|
||||
// embedtest --embedder-snapshot-blob blob-path
|
||||
// [--embedder-snapshot-as-file]
|
||||
// arg1 arg2...
|
||||
// No snapshot:
|
||||
|
||||
Reference in New Issue
Block a user