| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 2x | /**
* GPII Windows Process Reporter
*
* Copyright 2016 Inclusive Design Research Centre, OCAD University
*
* Licensed under the New BSD license. You may not use this file except in
* compliance with this License.
*
* You may obtain a copy of the License at
* https://github.com/gpii/universal/LICENSE.txt
*/
"use strict";
require("./processReporter.js");
|