mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 10:39:59 +00:00
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);
|
|
});
|