yodaos-project / yoda.js

Application Framework that powered YodaOS
Apache License 2.0
187 stars 48 forks source link

turen: fix the invalid flora args on recoverPausedOnAwaken() #882

Closed yorkie closed 5 years ago

yorkie commented 5 years ago

Flora could not accept a null as its arguments.

Checklist
codecov[bot] commented 5 years ago

Codecov Report

Merging #882 into v7.x-staging will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           v7.x-staging     #882   +/-   ##
=============================================
  Coverage         66.46%   66.46%           
=============================================
  Files                23       23           
  Lines              1136     1136           
=============================================
  Hits                755      755           
  Misses              381      381

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c34ff42...4a8522e. Read the comment docs.

legendecas commented 5 years ago

Flora null support was proposed at https://github.com/yodaos-project/node-flora/pull/13 .