mirror of https://github.com/nodejs/node.git
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
|
var editor = require('../');
|
||
|
editor(__dirname + '/beep.json', function (code, sig) {
|
||
|
console.log('finished editing with code ' + code);
|
||
|
});
|