Skip to content

Commit

Permalink
chore(cosmic-swingset): Rename maybe-lockdown.js to maybe-unsafe-lock…
Browse files Browse the repository at this point in the history
…down.js

...for better indicating its behavior
  • Loading branch information
gibson042 committed Feb 8, 2025
1 parent 96713e6 commit 2a77aac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/src/export-kernel-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @jessie-check

// This file functions as both an importable module and a standalone script.
import './helpers/maybe-lockdown.js';
import './helpers/maybe-unsafe-lockdown.js';

import os from 'os';
import process from 'process';
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/src/import-kernel-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @jessie-check

// This file functions as both an importable module and a standalone script.
import './helpers/maybe-lockdown.js';
import './helpers/maybe-unsafe-lockdown.js';

import os from 'os';
import process from 'process';
Expand Down

0 comments on commit 2a77aac

Please sign in to comment.