Skip to content

Commit ea6e181

Browse files
committed
touchup
1 parent d2e8cdc commit ea6e181

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@
55
// https://github.com/softprops/lambda-rust/
66

77
const { spawnSync } = require('child_process');
8-
//const { removeSync } = require('fs-extra');
9-
//const copyFileSync = require('fs-copy-file-sync')
108
const path = require('path');
119

1210
const RUST_RUNTIME = 'rust';
13-
1411
const BASE_RUNTIME = 'provided';
15-
1612
const NO_OUTPUT_CAPTURE = { stdio: ['ignore', process.stdout, process.stderr] };
1713

1814
/** assumes docker is on the host's execution path */

0 commit comments

Comments
 (0)