We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fe403 commit 97a94f7Copy full SHA for 97a94f7
src/sdk/config_fs.js
@@ -658,7 +658,7 @@ class ConfigFS {
658
await nb_native().fs.unlink(this.fs_context, access_key_path);
659
} catch (err) {
660
if (err.code === 'ENOENT') {
661
- dbg.warn(`config_fs.unlink_access_key_index: account access)keys already unlinked ${access_key} ${account_id_config_path}`);
+ dbg.warn(`config_fs.unlink_access_key_index: account access_key already unlinked ${access_key} ${account_id_config_path}`);
662
return;
663
}
664
throw err;
0 commit comments