do not interprete mjs files from 84 as node-scripts

This commit is contained in:
Alexander Wunschik
2022-03-30 20:34:41 +02:00
parent 306e420869
commit e97820ae11
3 changed files with 7 additions and 5 deletions

View File

@@ -2,12 +2,9 @@ import {
onExit,
onPrint,
onInput,
setGameOptions,
getGameState,
gameMain,
} from "./superstartrek.mjs";
import util from "util";
import readline from "readline";
onExit(function exit() {