Skip to content

Commit

Permalink
test: fix test-require_cache_reader_writer
Browse files Browse the repository at this point in the history
  • Loading branch information
guangwong committed Jul 11, 2022
1 parent d305344 commit feb41c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pgo/test-require_cache_reader_writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const assert = require('assert');
const cp = require('child_process');
const fs = require('fs');
const path = require('path');
const { RequireCacheReader, RequireCacheWriter } = require('strontium/relational_require_cache');
const { RequireCacheReader, RequireCacheWriter } = require('alinode/relational_require_cache');
const vm = require('vm');

if (process.argv[2] === 'writer') {
Expand Down

0 comments on commit feb41c5

Please sign in to comment.