no code change

This commit is contained in:
Ben 2020-09-27 14:06:11 -07:00
parent a244a0581d
commit c59c26b387
2 changed files with 5 additions and 2 deletions

View File

@ -108,7 +108,7 @@ out/vcd.wasm: $(WASM_MAIN) $(CPP_FILES) $(HPP_FILES) Makefile
.PHONY: all build watch dev start test pretest lint jestc copydist cleandist .PHONY: all build watch dev start test pretest lint jestc copydist cleandist prepare
.PHONY: test testonly .PHONY: test testonly
@ -121,6 +121,9 @@ test:
testonly: testonly:
npm run testonly npm run testonly
prepare:
npm run prepare
clean: clean:
rm -rf out/* rm -rf out/*

View File

@ -16,7 +16,7 @@ module.exports = async () => {
const s = new stream.Writable(); const s = new stream.Writable();
// gets called by c with 1 argument, a number // gets called by c with 1 argument, a string
const lifemit = s.emit.bind(s); const lifemit = s.emit.bind(s);
const triee = new EventEmitter(); const triee = new EventEmitter();