Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
chore(examples): fix build on example
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Mar 6, 2018
1 parent e59380e commit 5433963
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ import * as WebSocket from 'ws';

import {
GameClient,
IButton,
IParticipant,
setWebSocket,
} from '../lib';

import { makeControls } from './util';

if (process.argv.length < 4) {
console.log('Usage gameClient.exe <token> <versionId>');
process.exit();
Expand Down

0 comments on commit 5433963

Please sign in to comment.