Skip to content

Commit

Permalink
chore: import path
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Dec 8, 2023
1 parent ff3ec06 commit 374d96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipt-client-node/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import {
EvaluationRequest,
VariantResult
} from './models';
import * as path from 'path';

let libfile = '';

// get absolute path to libfliptengine
const path = require('path');
switch (os.platform()) {
case 'win32':
libfile = 'libfliptengine.dll';
Expand Down

0 comments on commit 374d96a

Please sign in to comment.