Skip to content

Commit

Permalink
fix: update kerneldump to work with SES
Browse files Browse the repository at this point in the history
  • Loading branch information
FUDCo committed Apr 21, 2021
1 parent 9975d75 commit 4989fa3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/swingset-runner/bin/kerneldump
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
* Simple boilerplate program providing linkage to launch an application written using modules within the
* as yet not-entirely-ESM-supporting version of NodeJS.
*/

// LMDB bindings need to be imported before lockdown.
import 'node-lmdb';

// Now do lockdown.
import '@agoric/install-ses';
import { main } from '../src/kerneldump.js';

main();

0 comments on commit 4989fa3

Please sign in to comment.