mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Minor clean up
This commit is contained in:
parent
6f59a9588b
commit
7828d7fd7a
3 changed files with 5 additions and 5 deletions
3
main.ts
3
main.ts
|
@ -20,7 +20,6 @@ function readFileSync(filename: string): string {
|
|||
}
|
||||
|
||||
function load(argv: string[]): void {
|
||||
console.log("Load argv", argv);
|
||||
const inputFn = argv[1];
|
||||
const source = readFileSync(inputFn);
|
||||
console.log("source", source);
|
||||
|
@ -37,5 +36,3 @@ V8Worker2.recv((ab: ArrayBuffer) => {
|
|||
break;
|
||||
}
|
||||
});
|
||||
|
||||
V8Worker2.print("Hello");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue