Skip to content

Commit

Permalink
Merge pull request #9 from bytemind-de/dev
Browse files Browse the repository at this point in the history
fixed description
  • Loading branch information
fquirin authored Apr 3, 2020
2 parents 0d31a8b + fabd83a commit 4fb1b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtensions/runtime-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const exec = require('child_process').exec;
const fs = require('fs');

/**
* An extension that supports certain runtime commands like 'reboot' and 'shutdown'.
* An extension that supports certain runtime commands like 'reboot', 'shutdown' and custom calls.
*/
RuntimeCommands = function(onStartCallback, onEventCallback, onErrorCallback){
//Commands accessible by this extension
Expand Down

0 comments on commit 4fb1b41

Please sign in to comment.