From 494afec01d207a97514001f06d5fcdbb721be8c9 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Tue, 8 Nov 2016 16:32:40 +1100 Subject: [PATCH] remote require could resolve to strings/numbers not just objects --- docs/api/remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/remote.md b/docs/api/remote.md index bff7f8a..c82337f3 100644 --- a/docs/api/remote.md +++ b/docs/api/remote.md @@ -140,7 +140,7 @@ The `remote` module has the following methods: * `module` String -Returns `Object` - The object returned by `require(module)` in the main process. +Returns `any` - The object returned by `require(module)` in the main process. ### `remote.getCurrentWindow()` -- 2.7.4