Skip to content

Commit

Permalink
fix: automatically create world when browser bundle starts
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed May 30, 2021
1 parent a8cde9a commit 29abd47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/browser.ts
Expand Up @@ -9,10 +9,10 @@ main([
'core',
'--module',
'browser',
'--seed',
'test',
'--world',
'test',
'--input',
'create test test 5',
'--input',
'help',
]).then((exitCode) => {
// eslint-disable-next-line no-console
console.log('main exited with status', exitCode);
Expand Down

0 comments on commit 29abd47

Please sign in to comment.