Skip to content

Commit b3f2fb0

Browse files
authored
Merge pull request #4 from dmg-aimmerman/patch-1
[Issue #3] error TS2307: Cannot find module 'handler-function' or its…
2 parents 0fa0e23 + ef0da72 commit b3f2fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (!process[Symbol.for('ts-node.register.instance')]) {
88
});
99
}
1010

11-
import { HandlerFunction } from 'handler-function';
11+
import { HandlerFunction } from './handler-function';
1212

1313
/**
1414
* Options for setupErrorHandling

0 commit comments

Comments
 (0)