Skip to content

[client] Fix assert in non testing environment

Nicolas Frandeboeuf requested to merge nicofrand/kresus:fixClientAssert into master

Regression from be8e2c95

process will only be defined when called from tests. In a browser there will just be an error.

window will not be defined when running tests.

Merge request reports