Skip to content

Commit

Permalink
Merge pull request #267 from ebkr/feature/266/fix-vdf-error
Browse files Browse the repository at this point in the history
Prevent error thrown by parse of undefined
  • Loading branch information
ebkr authored Aug 22, 2020
2 parents 6b4b4af + c0e80a1 commit b5d9959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r2mm/manager/GameDirectoryResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import FileNotFoundError from 'src/model/errors/FileNotFoundError';
import VdfParseError from 'src/model/errors/Vdf/VdfParseError';

import child from 'child_process';
import vdf from '@node-steam/vdf';
import * as vdf from '@node-steam/vdf';
import * as path from 'path';
import * as fs from 'fs-extra';
import { isUndefined } from 'util';
Expand Down

0 comments on commit b5d9959

Please sign in to comment.