Skip to content

Commit

Permalink
fix console
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed May 27, 2024
1 parent cf3064a commit c83b305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ function main() {
const rawData = fs.readFileSync(PERMISSIONS_FILE, 'utf-8');
permissions = JSON.parse(rawData);
// now you can use the 'permissions' object
conosle.log(`Loaded ${permissions.length} permissions from ${PERMISSIONS_FILE}`)
console.log(`Loaded ${permissions.length} permissions from ${PERMISSIONS_FILE}`)
} else {
console.error(`File not found: ${PERMISSIONS_FILE} - No permissions loaded.`);
}
Expand Down

0 comments on commit c83b305

Please sign in to comment.