Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 00324d0

Browse files
committed
Fix missing require in 'netlify functions' command
1 parent 5c76812 commit 00324d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/functions/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const chalk = require('chalk')
22
const { Command } = require('@oclif/command')
3+
const { execSync } = require('child_process')
34

45
function showHelp(command) {
56
execSync(`netlify ${command} --help`, { stdio: [0, 1, 2] })

0 commit comments

Comments
 (0)