Skip to content

Commit

Permalink
Fix non-raw file evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek authored and rwaldron committed Feb 16, 2021
1 parent ba57861 commit 2afc3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/eshost.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ if (fileArg) {
const contents = fs.readFileSync(file, 'utf8');
const attrs = {
flags: {
raw: true,
raw,
module: file.endsWith('.mjs') || argv.module
}
};
Expand Down

0 comments on commit 2afc3af

Please sign in to comment.