Skip to content

Commit 56d6325

Browse files
committed
exec() Module in NodeJS
1 parent dad8cdc commit 56d6325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// Example 02: Creating child process with exec() Module
2+
// Example: Creating child process with exec() Module
33
var exec = require('child_process').exec;
44

55
exec('git version', function(err, stdout) {

0 commit comments

Comments
 (0)