@@ -88,7 +88,10 @@ assert.strictEqual(importedModuleIsMain, false, 'import.meta.main should evaluat
8888  it ( 'should evaluate true in evaluated script' ,  async  ( )  =>  { 
8989    const  result  =  await  spawnPromisified ( 
9090      process . execPath , 
91-       [ '--experimental-strip-types' ,  '--input-type=module-typescript' ,  '--disable-warning=ExperimentalWarning' ,  '--eval' ,  importMetaMainTSScript ] , 
91+       [ '--experimental-strip-types' , 
92+        '--input-type=module-typescript' , 
93+        '--disable-warning=ExperimentalWarning' , 
94+        '--eval' ,  importMetaMainTSScript ] , 
9295    ) ; 
9396    assert . deepStrictEqual ( result ,  { 
9497      stderr : '' , 
@@ -104,8 +107,7 @@ assert.strictEqual(importedModuleIsMain, false, 'import.meta.main should evaluat
104107      [ '--experimental-strip-types' , 
105108       '--input-type=module-typescript' , 
106109       '--disable-warning=ExperimentalWarning' , 
107-        '--eval' , 
108-        wrapScriptInEvalWorker ( importMetaMainTSScript ) ] , 
110+        '--eval' ,  wrapScriptInEvalWorker ( importMetaMainTSScript ) ] , 
109111    ) ; 
110112    assert . deepStrictEqual ( result ,  { 
111113      stderr : '' , 
0 commit comments