Skip to content

overrides/Gio: Guard against repeated _promisify() calls

Florian Müllner requested to merge fmuellner/gjs:fix-re-promisify into master

Calling _promisify() on a method that is already promisified will break it. Fix this with a simple check at the start of the function, and bail out if the method has been promisifed before.

Merge request reports