Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit edbb8ae

Browse files
committed
🔥 remaining python-interceptor reference
1 parent f74675a commit edbb8ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/postinstall.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ if (process.platform === 'win32') {
1717
fs.chmodSync(script, 0o755)
1818
fs.chmodSync(path.join(__dirname, '..', 'bin', 'apm'), 0o755)
1919
fs.chmodSync(path.join(__dirname, '..', 'bin', 'npm'), 0o755)
20-
fs.chmodSync(path.join(__dirname, '..', 'bin', 'python-interceptor.sh'), 0o755)
2120

2221
var child = cp.spawn(script, [], { stdio: ['pipe', 'pipe', 'pipe'], shell: true })
2322
child.stderr.pipe(process.stderr)

0 commit comments

Comments
 (0)