Skip to content

Commit b5b6cf3

Browse files
committed
Fix examples
1 parent 0dcd278 commit b5b6cf3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

examples/stop-at-last.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
var path = require('path');
12
var Player = require('../dist/player');
23
var pkg = require('../package.json');
34
var debug = require('debug')(pkg.name);

examples/stop.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
var path = require('path');
12
var Player = require('../dist/player');
23
var pkg = require('../package.json');
34
var debug = require('debug')(pkg.name);

0 commit comments

Comments
 (0)