Skip to content

Commit 28fe6a6

Browse files
committed
chore(internal): remove segfault-handler
1 parent 569539e commit 28fe6a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ecosystem-tests/cli.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ import yargs from 'yargs';
44
import assert from 'assert';
55
import path from 'path';
66

7-
try {
8-
// @ts-ignore
9-
var SegfaultHandler = require('segfault-handler');
10-
SegfaultHandler.registerHandler('crash.log');
11-
} catch (_) {}
12-
137
const TAR_NAME = 'openai.tgz';
148
const PACK_FOLDER = '.pack';
159
const PACK_FILE = `${PACK_FOLDER}/${TAR_NAME}`;

0 commit comments

Comments
 (0)