Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit ddb1b54

Browse files
committed
Pass flags as context to the error
1 parent b571aaf commit ddb1b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const elmWebComponents = {
8989
}
9090
} catch (error) {
9191
console.error(error)
92-
onSetupError(error)
92+
onSetupError(error, flags)
9393
}
9494
}
9595

0 commit comments

Comments
 (0)