===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gnome-sound-recorder-3.38.0/src/application.js-105-            if (!e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.EXISTS))
gnome-sound-recorder-3.38.0/src/application.js:106:                error(`Failed to create directory ${e}`);
gnome-sound-recorder-3.38.0/src/application.js-107-
##############################################
gnome-sound-recorder-3.38.0/src/recorder.js-89-        } catch (error) {
gnome-sound-recorder-3.38.0/src/recorder.js:90:            log(`Not all elements could be created.\n${error}`);
gnome-sound-recorder-3.38.0/src/recorder.js-91-        }
##############################################
gnome-sound-recorder-3.38.0/src/recorder.js-99-        } catch (error) {
gnome-sound-recorder-3.38.0/src/recorder.js:100:            log(`Not all elements could be addded.\n${error}`);
gnome-sound-recorder-3.38.0/src/recorder.js-101-        }
##############################################
gnome-sound-recorder-3.38.0/src/recorder.js-178-                let description = GstPbutils.missing_plugin_message_get_description(message);
gnome-sound-recorder-3.38.0/src/recorder.js:179:                log(`Detail: ${detail}\nDescription: ${description}`);
gnome-sound-recorder-3.38.0/src/recorder.js-180-                break;
##############################################
gnome-sound-recorder-3.38.0/src/recording.js-125-    get waveformCache() {
gnome-sound-recorder-3.38.0/src/recording.js:126:        return CacheDir.get_child(`${this.name}_data`);
gnome-sound-recorder-3.38.0/src/recording.js-127-    }
##############################################
gnome-sound-recorder-3.38.0/src/recording.js-136-                } catch (error) {
gnome-sound-recorder-3.38.0/src/recording.js:137:                    log(`Error reading waveform data file: ${this.name}_data`);
gnome-sound-recorder-3.38.0/src/recording.js-138-                }
##############################################
gnome-sound-recorder-3.38.0/src/recordingList.js-67-                                if (!e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED)) {
gnome-sound-recorder-3.38.0/src/recordingList.js:68:                                    error(`Failed to copy recording ${name} to the new location`);
gnome-sound-recorder-3.38.0/src/recordingList.js-69-                                    log(e);
##############################################
gnome-sound-recorder-3.38.0/src/recordingList.js-91-                if (!e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED))
gnome-sound-recorder-3.38.0/src/recordingList.js:92:                    error(`Failed to copy old  recordings ${e}`);
gnome-sound-recorder-3.38.0/src/recordingList.js-93-
##############################################
gnome-sound-recorder-3.38.0/src/recordingList.js-122-            if (!e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED))
gnome-sound-recorder-3.38.0/src/recordingList.js:123:                error(`Failed to load recordings ${e}`);
gnome-sound-recorder-3.38.0/src/recordingList.js-124-
##############################################
gnome-sound-recorder-3.38.0/src/row.js-71-            const dialog = Gtk.FileChooserNative.new(_('Export Recording'), window, Gtk.FileChooserAction.SAVE, _('_Export'), _('_Cancel'));
gnome-sound-recorder-3.38.0/src/row.js:72:            dialog.set_current_name(`${this._recording.name}.${this._recording.extension}`);
gnome-sound-recorder-3.38.0/src/row.js-73-            dialog.connect('response', (_dialog, response) => {
##############################################
gnome-sound-recorder-3.38.0/src/utils.js-31-    // eslint-disable-next-line no-irregular-whitespace
gnome-sound-recorder-3.38.0/src/utils.js:32:    return `${hours} ∶ ${minutes} ∶ ${seconds} . <small>${miliseconds}</small>`;
gnome-sound-recorder-3.38.0/src/utils.js-33-};
##############################################
gnome-sound-recorder-3.38.0/src/window.js-101-        this.insert_action_group('recorder', this.recorderWidget.actionsGroup);
gnome-sound-recorder-3.38.0/src/window.js:102:        this._emptyIcon.icon_name = `${pkg.name}-symbolic`;
gnome-sound-recorder-3.38.0/src/window.js-103-        this.show();