3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
|
|
import 'node:fs'; // Forces it to be recognized as ESM.
|
||
|
|
throw new Error('hello');
|