Skip to content

Commit 9093752

Browse files
authored
Update Serial.ts
1 parent a1bf0a0 commit 9093752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/Serial.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { SerialFunctions } from "./interfaces/serial_functions.d.ts";
1010
import { SerialOptions } from "./interfaces/serial_options.d.ts";
1111
import { loadBinaryForOS } from "./load_binary_for_os.ts";
1212

13-
const pathToBinariesDirectory = './lib/bin';
13+
const pathToBinariesDirectory = './ts/bin';
1414

1515
export class Serial {
1616
private _isOpen : boolean;

0 commit comments

Comments
 (0)