mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Example of mistake
This commit is contained in:
parent
e164eb8b95
commit
b489fe822c
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,12 @@ import * as os from "os";
|
|||
import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
function mistakeHere() {
|
||||
os.EOLL;
|
||||
}
|
||||
|
||||
mistakeHere();
|
||||
|
||||
/**
|
||||
* @typedef {Object} AikidoTool
|
||||
* @property {string} tool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue