Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Jul 12, 2022
1 parent 741120b commit 665882c
Show file tree
Hide file tree
Showing 3 changed files with 731 additions and 5,184 deletions.
4 changes: 2 additions & 2 deletions agent/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { log } from "./logger";
import { log } from "./logger.js";

const header = Memory.alloc(16);
header
Expand All @@ -19,4 +19,4 @@ Interceptor.attach(Module.getExportByName(null, "open"), {
const path = args[0].readUtf8String();
log(`open() path="${path}"`);
}
});
});
Loading

0 comments on commit 665882c

Please sign in to comment.