mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
fix typo
This commit is contained in:
parent
f600f7c6b4
commit
c3befc896a
@ -66,7 +66,7 @@ export function bytify(ary: number[]): memory {
|
||||
|
||||
/** Writes to the console. */
|
||||
export function debug(...args: any[]): void {
|
||||
console.log.apply(console, ...args);
|
||||
console.log.apply(console, args);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user