Skip to content

Commit

Permalink
fix: ignore missing optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BugSplatService committed Mar 20, 2024
1 parent 3b27cea commit a2f3b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ import { CommandLineDefinition, argDefinitions, usageDefinitions } from './comma

if (dumpSyms) {
try {
// @ts-ignore: Cannot find module
const nodeDumpSyms = (await import('node-dump-syms')).dumpSyms;
symbolFilePaths = symbolFilePaths.map(file => {
console.log(`Dumping syms for ${file}...`);
Expand Down

0 comments on commit a2f3b0c

Please sign in to comment.