1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

added missing break statement

This commit is contained in:
Bryan Roe
2020-05-30 12:46:22 -07:00
parent e6a1743d3e
commit c85dde4af1
2 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -282,6 +282,7 @@ module.exports.isBatteryPowered = function isBatteryOperated()
break; break;
} }
} }
break;
case 'win32': case 'win32':
var GM = require('_GenericMarshal'); var GM = require('_GenericMarshal');
var stats = GM.CreateVariable(12); var stats = GM.CreateVariable(12);